Skip to content

Conversation

r-devulap
Copy link
Member

Intel SDE version upgraded to use version 9.58.0 (released 2025-06-16), replacing the previous 9.24.0 version.

@r-devulap
Copy link
Member Author

76ba5ca: Work around icpx compiler bug: fix array copy when size is 1

The icpx compiler fails to copy arr to arr_bckup when the array size is 1.
This change adds a workaround to ensure correct behavior.

The icpx compiler fails to copy `arr` to `arr_bckup` when the array size is 1.
This change adds a workaround to ensure correct behavior.
@r-devulap r-devulap merged commit 4ecca28 into numpy:main Sep 9, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant